home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / Config-pmax.h < prev    next >
C/C++ Source or Header  |  1990-07-09  |  660b  |  30 lines

  1. /*
  2.  * This may look like C code, but it is really -*- C++ -*-
  3.  * 
  4.  * Copyright (C) 1988 University of Illinois, Urbana, Illinois
  5.  * Copyright (C) 1989 University of Colorado, Boulder, Colorado
  6.  * Copyright (C) 1990 University of Colorado, Boulder, Colorado
  7.  *
  8.  * written by Dirk Grunwald (grunwald@foobar.colorado.edu)
  9.  *
  10.  */#ifndef AwesimeConfig_h
  11. #define AwesimeConfig_h
  12. #pragma once
  13.  
  14. /*
  15.  *
  16.  *    Encore multimax, single processor. Spinlocks are eliminated
  17.  *    and no shared memory is used.
  18.  *
  19.  */
  20.  
  21. #define PMAX
  22.  
  23. #define MaxCpuMultiplexors 1
  24. #define DefaultSpinBarrierLoops 0
  25. #define DefaultBarrierLoops 0
  26.  
  27. #undef    USE_SHARED_MEMORY
  28.  
  29. #endif /* AwesimeConfig_h */
  30.